Compile deps with optimizations for benches
authorAlex Crichton <alex@alexcrichton.com>
Tue, 21 Oct 2014 15:56:43 +0000 (08:56 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 21 Oct 2014 16:29:05 +0000 (09:29 -0700)
commit579971e1bd91f74329f43178c3edeffd79778664
tree11cffb2ec3551c96714e64e9d604446a4a622793
parentabc712795321d13dcf6839242c476e42d3e211d2
Compile deps with optimizations for benches

Previously only the local package was erroneously compiled with optimizations.

Closes #728
src/cargo/ops/cargo_rustc/context.rs
tests/test_cargo_bench.rs